home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
BASIC
/
LIB
/
EVENTSHELL
/
DOCS
/
Help
< prev
next >
Wrap
Text File
|
1995-11-02
|
888b
|
38 lines
FN_shell_IntHelp_Init
=> None
<= bool TRUE if module initialised correctly
FALSE otherwise
Normally called automatically when the library file
is loaded by FNshell_InstallLib. If the library
code is appended to the main program instead it will
need to be called to initialise the interactive help
module.
--------------------------------------------------------
PROCshell_InteractiveHelpOn
=> none
Enables interactive help messages for
the application. This is the default
when the application is initialised.
--------------------------------------------------------
PROCshell_InteractiveHelpOff
=> none
Disables interactive help messages for
the application.
--------------------------------------------------------
FNshell_InteractiveHelpIsOn
=> none
<= bool TRUE if help is being responded to,
FALSE otherwise
--------------------------------------------------------